home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TVARFIELDFORM / TVARFIELDFORM.txt
Text File  |  2007-06-06  |  10KB  |  395 lines

  1. object VarFieldForm: TVarFieldForm
  2.   Left = 401
  3.   Top = 417
  4.   BorderStyle = bsDialog
  5.   Caption = 'Variable'
  6.   ClientHeight = 307
  7.   ClientWidth = 415
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = False
  12.   OnCreate = FormCreate
  13.   OnKeyDown = FormKeyDown
  14.   DesignSize = (
  15.     415
  16.     307)
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 263
  22.     Width = 415
  23.     Height = 3
  24.     Align = alBottom
  25.     Shape = bsBottomLine
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 266
  30.     Width = 415
  31.     Height = 41
  32.     Align = alBottom
  33.     BevelOuter = bvNone
  34.     TabOrder = 0
  35.     DesignSize = (
  36.       415
  37.       41)
  38.     object btOk: TElPopupButton
  39.       Left = 190
  40.       Top = 8
  41.       Width = 105
  42.       Height = 25
  43.       DrawDefaultFrame = False
  44.       Caption = 'OK'
  45.       TabOrder = 0
  46.       OnClick = btOkClick
  47.       Anchors = [akRight, akBottom]
  48.     end
  49.     object btCancel: TElPopupButton
  50.       Left = 302
  51.       Top = 8
  52.       Width = 105
  53.       Height = 25
  54.       DrawDefaultFrame = False
  55.       ModalResult = 2
  56.       Caption = 'Cancel'
  57.       TabOrder = 1
  58.       Anchors = [akRight, akBottom]
  59.     end
  60.     object btHelp: TElPopupButton
  61.       Left = 8
  62.       Top = 8
  63.       Width = 113
  64.       Height = 25
  65.       ImageIndex = 14
  66.       UseImageList = True
  67.       Images = TrayForm.ilMain
  68.       DrawDefaultFrame = False
  69.       Caption = 'Help'
  70.       TabOrder = 2
  71.       Visible = False
  72.       Anchors = [akLeft, akBottom]
  73.     end
  74.   end
  75.   object pcVar: TElPageControl
  76.     Left = 8
  77.     Top = 8
  78.     Width = 402
  79.     Height = 249
  80.     Flat = True
  81.     Style = etsNetTabs
  82.     TabIndex = 0
  83.     HotTrackFont.Charset = DEFAULT_CHARSET
  84.     HotTrackFont.Color = clBlue
  85.     HotTrackFont.Height = -11
  86.     HotTrackFont.Name = 'MS Sans Serif'
  87.     HotTrackFont.Style = []
  88.     ActivePage = pgVar
  89.     ActiveTabFont.Charset = DEFAULT_CHARSET
  90.     ActiveTabFont.Color = clWindowText
  91.     ActiveTabFont.Height = -11
  92.     ActiveTabFont.Name = 'MS Sans Serif'
  93.     ActiveTabFont.Style = []
  94.     DefaultPage = pgVar
  95.     ParentColor = False
  96.     TabOrder = 1
  97.     UseXPThemes = False
  98.     Anchors = [akLeft, akTop, akRight, akBottom]
  99.     DockOrientation = doNoOrient
  100.     object pgVar: TElTabSheet
  101.       PageControl = pcVar
  102.       Caption = 'Variable'
  103.       ExplicitLeft = 0
  104.       ExplicitTop = 0
  105.       object lbCaption: TLabel
  106.         Left = 14
  107.         Top = 56
  108.         Width = 36
  109.         Height = 13
  110.         Caption = 'Caption'
  111.       end
  112.       object lbVarName: TLabel
  113.         Left = 14
  114.         Top = 24
  115.         Width = 69
  116.         Height = 13
  117.         Caption = 'Variable Name'
  118.       end
  119.       object lbDefValue: TLabel
  120.         Left = 14
  121.         Top = 96
  122.         Width = 64
  123.         Height = 13
  124.         Caption = 'Default Value'
  125.       end
  126.       object lbInputSize: TLabel
  127.         Left = 14
  128.         Top = 156
  129.         Width = 87
  130.         Height = 13
  131.         Caption = 'Max input text size'
  132.         Enabled = False
  133.         Visible = False
  134.       end
  135.       object edVarName: TElEdit
  136.         Left = 189
  137.         Top = 21
  138.         Width = 200
  139.         Height = 21
  140.         Flat = True
  141.         LineBorderActiveColor = clBlack
  142.         LineBorderInactiveColor = clBlack
  143.         TabOrder = 0
  144.       end
  145.       object edCaption: TElEdit
  146.         Left = 189
  147.         Top = 53
  148.         Width = 200
  149.         Height = 21
  150.         Flat = True
  151.         LineBorderActiveColor = clBlack
  152.         LineBorderInactiveColor = clBlack
  153.         TabOrder = 1
  154.       end
  155.       object pcWhat: TElPageControl
  156.         Left = 214
  157.         Top = 90
  158.         Width = 187
  159.         Height = 34
  160.         ShowBorder = False
  161.         ShowTabs = False
  162.         TabIndex = 3
  163.         HotTrackFont.Charset = DEFAULT_CHARSET
  164.         HotTrackFont.Color = clBlue
  165.         HotTrackFont.Height = -11
  166.         HotTrackFont.Name = 'MS Sans Serif'
  167.         HotTrackFont.Style = []
  168.         ActivePage = pgStr
  169.         ActiveTabFont.Charset = DEFAULT_CHARSET
  170.         ActiveTabFont.Color = clWindowText
  171.         ActiveTabFont.Height = -11
  172.         ActiveTabFont.Name = 'MS Sans Serif'
  173.         ActiveTabFont.Style = []
  174.         DefaultPage = pgStr
  175.         ParentColor = False
  176.         TabOrder = 2
  177.         UseXPThemes = False
  178.         DockOrientation = doNoOrient
  179.         object pgDate: TElTabSheet
  180.           PageControl = pcWhat
  181.           Caption = 'DCPage2'
  182.           Visible = False
  183.           object edDateWhat: TElDateTimePicker
  184.             Left = 2
  185.             Top = 2
  186.             Width = 172
  187.             Height = 21
  188.             Format = edfShortDate
  189.             FormatString = 'c'
  190.             DateTime = 38821.498429722200000000
  191.             Flat = True
  192.             ShowPopupCalendar = True
  193.             CalendarLineColorDark = clWindow
  194.             StartOfWeek = 1
  195.             WeekEndDays = [Sun, Sat]
  196.             CalendarCurrentDayBorder = fbtFlat
  197.             CalendarSelectionBorder = fbtNone
  198.             MinDate = -693593.000000000000000000
  199.             MaxDate = 999999.000000000000000000
  200.             ButtonWidth = 17
  201.             LineBorderActiveColor = clBlack
  202.             LineBorderInactiveColor = clBlack
  203.             ButtonVisible = False
  204.             ButtonThinFrame = False
  205.             UnassignedChar = ' '
  206.             TranslateDays = True
  207.             CalendarHolidayColor = clBlack
  208.             DockOrientation = doNoOrient
  209.             ParentColor = False
  210.             TabOrder = 0
  211.             TabStop = True
  212.           end
  213.         end
  214.         object pgBool: TElTabSheet
  215.           PageControl = pcWhat
  216.           Caption = 'DCPage3'
  217.           Visible = False
  218.           object chBoolWhat: TElCheckBox
  219.             Left = 0
  220.             Top = 3
  221.             Width = 22
  222.             Height = 17
  223.             TabOrder = 0
  224.           end
  225.         end
  226.         object pgInt: TElTabSheet
  227.           PageControl = pcWhat
  228.           Caption = 'DCPage4'
  229.           Visible = False
  230.           object edNumWhat: TElSpinEdit
  231.             Left = 2
  232.             Top = 2
  233.             Width = 172
  234.             Height = 21
  235.             Cursor = crIBeam
  236.             MaxValue = 2147000000
  237.             MinValue = -2147000000
  238.             Alignment = taRightJustify
  239.             Flat = True
  240.             LineBorderActiveColor = clBlack
  241.             LineBorderInactiveColor = clBlack
  242.             TabOrder = 0
  243.           end
  244.         end
  245.         object pgStr: TElTabSheet
  246.           PageControl = pcWhat
  247.           Caption = 'DCPage1'
  248.           DesignSize = (
  249.             187
  250.             34)
  251.           object edStrWhat: TElEdit
  252.             Left = 2
  253.             Top = 2
  254.             Width = 172
  255.             Height = 21
  256.             Hint = 'Name'
  257.             Flat = True
  258.             LineBorderActiveColor = clBlack
  259.             LineBorderInactiveColor = clBlack
  260.             Anchors = [akLeft, akTop, akRight]
  261.             TabOrder = 0
  262.           end
  263.         end
  264.         object pgFlt: TElTabSheet
  265.           PageControl = pcWhat
  266.           Caption = 'ElTabSheet1'
  267.           Visible = False
  268.           object edFltWhat: TElFloatSpinEdit
  269.             Left = 2
  270.             Top = 2
  271.             Width = 172
  272.             Height = 21
  273.             Cursor = crIBeam
  274.             Increment = 1.000000000000000000
  275.             LargeIncrement = 10.000000000000000000
  276.             MaxValue = 2147000000.000000000000000000
  277.             MinValue = -2147000000.000000000000000000
  278.             Alignment = taRightJustify
  279.             Ctl3D = True
  280.             LineBorderActiveColor = clBlack
  281.             LineBorderInactiveColor = clBlack
  282.             ParentColor = False
  283.             ParentCtl3D = False
  284.             TabOrder = 0
  285.           end
  286.         end
  287.       end
  288.       object chAllowWeb: TElCheckBox
  289.         Left = 190
  290.         Top = 128
  291.         Width = 146
  292.         Height = 17
  293.         Caption = 'Available in Web interface'
  294.         Enabled = False
  295.         TabOrder = 3
  296.         OnClick = chAllowWebClick
  297.       end
  298.       object edInputSize: TElSpinEdit
  299.         Left = 277
  300.         Top = 152
  301.         Width = 112
  302.         Height = 21
  303.         Cursor = crIBeam
  304.         Value = 50
  305.         MaxValue = 10000
  306.         Enabled = False
  307.         LineBorderActiveColor = clBlack
  308.         LineBorderInactiveColor = clBlack
  309.         TabOrder = 4
  310.         Visible = False
  311.       end
  312.     end
  313.     object pgDataType: TElTabSheet
  314.       PageControl = pcVar
  315.       Caption = 'Data Type'
  316.       Visible = False
  317.       object lbFieldType: TLabel
  318.         Left = 14
  319.         Top = 24
  320.         Width = 50
  321.         Height = 13
  322.         Caption = 'Data Type'
  323.       end
  324.       object lbDropDown1: TLabel
  325.         Left = 14
  326.         Top = 90
  327.         Width = 134
  328.         Height = 13
  329.         Caption = 'List of options for DropDown'
  330.         Visible = False
  331.       end
  332.       object lbDropDown2: TLabel
  333.         Left = 14
  334.         Top = 114
  335.         Width = 156
  336.         Height = 47
  337.         AutoSize = False
  338.         Caption = '(e.g. MyVal;Description of MyVal,'#13#10'or Description of MyVal)'
  339.         Visible = False
  340.         WordWrap = True
  341.       end
  342.       object cbFieldType: TElComboBox
  343.         Left = 189
  344.         Top = 21
  345.         Width = 200
  346.         Height = 21
  347.         Cursor = crIBeam
  348.         Items.Strings = (
  349.           'String'
  350.           'Integer'
  351.           'Double'
  352.           'Boolean'
  353.           'TDateTime'
  354.           'Password')
  355.         Style = csDropDownList
  356.         ItemHeight = 13
  357.         OnChange = cbFieldTypeChange
  358.         Flat = True
  359.         LineBorderActiveColor = clBlack
  360.         LineBorderInactiveColor = clBlack
  361.         TabOrder = 0
  362.         ParentColor = False
  363.       end
  364.       object mmDropDown: TElMemo
  365.         Left = 189
  366.         Top = 84
  367.         Width = 200
  368.         Height = 89
  369.         Flat = True
  370.         LineBorderActiveColor = clBlack
  371.         LineBorderInactiveColor = clBlack
  372.         TabOrder = 2
  373.         Visible = False
  374.       end
  375.       object chIsDropDown: TElCheckBox
  376.         Left = 190
  377.         Top = 56
  378.         Width = 84
  379.         Height = 17
  380.         Caption = 'Is DropDown'
  381.         TabOrder = 1
  382.         OnClick = chIsDropDownClick
  383.       end
  384.     end
  385.   end
  386.   object ElFormPersist1: TElFormPersist
  387.     Storage = TrayForm.ElIniFile1
  388.     PersistOptions = [epoState, epoPosition]
  389.     TopMost = False
  390.     Left = 112
  391.     Top = 8
  392.     PropsToStore = {00000000}
  393.   end
  394. end
  395.